home *** CD-ROM | disk | FTP | other *** search
- JOIN
-
- Concatenates two or more files into a new file.
-
- Format
-
- JOIN [FILE] <file | pattern>} AS | TO <filename>
-
- Template
-
- FILE/M/A,AS=TO/K/A
-
- Location
-
- C:
-
- JOIN copies all the listed files, in the order given, to one new file. This
- destination file cannot have the same name as any of the source files. You
- must supply a destination file name. The original files remain unchanged. Any
- number of files can be JOINed in one operation.
-
- TO can be used as a synonym for AS.
-
- Example:
-
- 1> JOIN Part1 Part2 Part3 AS Textfile
-
- For another example using JOIN, see Chapter 8.
-